﻿
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	
	vertical-align: middle;
	font-family:"微软雅黑";

	
}




a:link {color:#191919; text-decoration:none;}
a:visited {color:#191919; text-decoration:none;}
a:hover {color:#ff6600; text-decoration:none;}
a:active {color:#191919; text-decoration:underline;}


h1, h2, h3, h4, h5, h6 {
	
	font-weight: bold;
}
p {
	
	line-height: 25px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 0px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background:#fff;

}
.sk-spinner-rotating-plane.sk-spinner {
	width: 97px;
	height: 42px;
	background: url(../images/shoulogo.png) no-repeat left top;
	-webkit-animation: sk-rotatePlane 3s infinite ease-in-out;
	animation: sk-rotatePlane 3s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
0% {
opacity:1.0;
}
50% {
opacity:0.3;
}
100% {
opacity:1.0;
}
}

/* home section */




#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #eb5424;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #eb5424;
	transition: all 0.4s ease-in-out;
}
/* navigation section */
.navbar-default {
	background: url(../images/ditu.png) repeat left top;
	
	
	margin: 0 !important;
	border-bottom:0px solid #eee;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li {height:80px;}
.navbar-default .navbar-nav li a {
	color: #ccc;
	margin-right: 20px;
	margin-left: 20px;
	font-size:12px;
	padding:0px;
	transition: all 0.3s ease-in;
	font-weight:normal;
	height:80px;
	line-height:80px;
	font-size:14px;
}

.navbar-default .navbar-nav li a:hover {
	color: #fff;
	transition: all 0.3s ease-in;

	
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	
	color:#fff;
	transition: all 0.3s ease-in;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

	color:#fff;
	transition: all 0.3s ease-in;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #666;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}


.navbar-nav > li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.navbar-nav > li a:hover::after,
.navbar-nav > li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}






/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
}
#intro h4 {
	padding-bottom: 16px;
}
/* work section */
#work {
	background-color: #ffffff;
}
#work .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#work .title {
	padding: 100px 60px 60px 60px;
}
#work .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#work .bg-red {
	background-color: #eb5424;
	color: #ffffff;
}
#work h3 {
	padding-bottom: 60px;
}
#work .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#work .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* team section */
#team {
	background: #202020 url('../images/team-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size:cover;
}
#team h2 {
	color: #ffffff;
}
#team h3 {
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#team .team-des {
	background-color: #eb5424;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #eb5424;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: #eb5424;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;

	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */

#contact h2 {
	color: #ffffff;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}

#contact input[type="submit"] {
	background-color: #eb5424;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #202020;
}
/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #eb5424;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}




.tupian img {
    width: 100%;
    max-width: 100%;
    height: auto;
     
}

.daohangtiao a {display:block;font-size:14px;line-height:30px;text-indent:60px;}
.daohangtiao a:hover {display:block;font-size:14px;line-height:30px;color:#666;background:url(../images/hengxian.png) no-repeat left center;text-indent:60px;}




.jianju0 {padding:0px;position:relative;}
.biaoti {position:absolute;top:30%;left:25%;font-size:18px;font-weight:600;color:#fff;transition: all 0.4s ease-in-out;background:url(../images/ding1.png) no-repeat left bottom;padding-bottom:80px;width:285px;}
.jianju0:hover .biaoti {top:30%;left:-35%;}

.biaoti1 {position:absolute;top:30%;left:25%;font-size:18px;font-weight:600;color:#fff;transition: all 0.4s ease-in-out;background:url(../images/ding2.png) no-repeat left bottom;padding-bottom:80px;width:355px;}
.jianju0:hover .biaoti1 {top:30%;left:135%;}


.jianju0 img {opacity: 0.5;transition: all 0.4s ease-in-out;}
.jianju0:hover img {opacity: 1.0;transition: all 0.4s ease-in-out;}
.menulogo {padding-top:30px;padding-bottom:20px;padding-left:0px;}
.daohangtiao {padding:0px;}
.dhnei h3 {font-size:18px;font-weight:normal;border-bottom:2px solid #000;padding-bottom:8px;width:120px;}
.dhnei p {color:#555;font-size:13px;}

.dhnei a:link {
    background: url(../images/more2.png) no-repeat left top;
    width: 202px;
    height: 40px;
    display: block;
    text-indent: 20px;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    margin-top: 10px;
     transition: all 0.5s ease-in 0s;
}
.dhnei a:visited {
    background: url(../images/more2.png) no-repeat left top;
    width: 202px;
    height: 40px;
    display: block;
    text-indent: 20px;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    margin-top: 10px;
     transition: all 0.5s ease-in 0s;
}
.dhnei a:hover {
    background: url(../images/more2.png) no-repeat left top;
    width: 202px;
    height: 40px;
    display: block;
    text-indent: 25px;
    color: #555;
    font-size: 15px;
    line-height: 40px;
    margin-top: 10px;
     transition: all 0.5s ease-in 0s;
}










.closemenu {padding-top:30px;float:right;position:absolute;right:1.5%;cursor:pointer;}
#newprojie {padding:40px 0px;}
#newprojie .col-md-6 {padding:0px;}
#newprojie .neixp {font-size:14px;line-height:25px;padding-left:60px;padding-top:60px;}
#newprojie .neixp1 {font-size:14px;line-height:25px;padding-right:60px;padding-top:60px;}
#newprojie .neixp span {font-size:20px;font-weight:600;line-height:25px;display:block;padding-bottom:30px;}
#newprojie .neixp1 span {font-size:20px;font-weight:600;line-height:25px;display:block;padding-bottom:30px;}
#newprojie  a {
    background: url(../images/more2.png) no-repeat left top;
    width: 202px;
    height: 40px;
    display: block;
    text-indent: 20px;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in 0s;
}

#newprojie  a:hover {
    background: url(../images/more2.png) no-repeat left top;
    width: 202px;
    height: 40px;
    display: block;
    text-indent: 20px;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in 0s;
}

.aboutbanner {position:relative;background:fixed url(../images/aboutbanner.jpg) no-repeat center top;height:486px;}
.newsbanner {position:relative;background:fixed url(../images/newsbanner.jpg) no-repeat center top;height:486px;}
.mapbanner {position:relative;background:fixed url(../images/mapbanner.jpg) no-repeat center top;height:486px;}
.cpbanner {position:relative;background:fixed url(../images/cpbanner.jpg) no-repeat center top;height:486px;}
.contactbanner {position:relative;background:fixed url(../images/contactbanner.jpg) no-repeat center top;height:486px;}
.networkbanner {position:relative;background:fixed url(../images/networkbanner.jpg) no-repeat center top;height:486px;}
.fashionbanner {position:relative;background:fixed url(../images/fashionbanner.jpg) no-repeat center top;height:486px;}

#box_main_about .container .col-sm-6,#box_main_about .container .col-xs-12 {padding:0px;}

.aboutbanner H3,.newsbanner H3,.mapbanner H3,.cpbanner H3,.contactbanner h3,.networkbanner h3,.fashionbanner h3 {color:#fff;font-size:55px;text-align:center;font-weight:normal;letter-spacing:20px;height:486px;line-height:486px;margin:0px;}
.profile {width:65%;margin:0 auto;line-height:25px;padding-top:5%;}
.jiameng {padding-top:5%;}


#lightbox-container-image-data-box {
    font: 12px Verdana, Helvetica, sans-serif;
    background-color: transparent;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0 10px;
    color:#fff;
}


.magic
{
animation:magica 10s;
-webkit-animation:magica 10s infinite; /*Safari and Chrome*/



}
.tiaomagic
{
animation:tiaomagic 30s;
-webkit-animation:tiaomagic 30s infinite; /*Safari and Chrome*/



}


@keyframes tiaomagic {
	0% {
		
		
		left:0;
		opacity: 0.2;
	}
	
	
		50% {
		
		
		left:20%;
		opacity: 0.2;
	}
	
	
	100% {
		
		left:0;
		
		opacity: 0.2;
	}
}







@-webkit-keyframes magica {
	0% {
		
		

		-webkit-transform:scale(1.0,1.0);
		opacity: 0.3;
	}
	100% {
		
		
		-webkit-transform:scale(1.4,1.4);
		opacity: 0;
	}
}
@keyframes magica {
	0% {
		
		
		transform:scale(1.0,1.0);
		opacity: 0.3;
	}
	100% {
		
		
		transform:scale(1.4,1.4);
		opacity: 0;
	}
}

.section .tiaoyu {position:absolute;top:42%;left:0px;font-size:200px;letter-spacing:20px;width:100%;font-family: 'Bold';color:#000;font-weight:600;}

.xunying {position:absolute;top:0px;left:0px;background:url(../images/bg1.jpg) no-repeat center top;width:100%;height:100vh;z-index:8;}
.heidi {position:absolute;top:0px;left:0px;background:url(../images/heidi.png) no-repeat center top;width:100%;height:100vh;z-index:10;}
#donghua1 {background:url(../images/bg1.jpg) no-repeat center top;width:100%;height:100%;}




@media (max-width:767px) {
#comlogo img{
	width:100px;
	padding-top:5px;
}
}
@media (max-width:400px) {
#comlogo img{
	width:100px;
	padding-top:5px;
	
}
.aboutbanner {position:relative;background:fixed url(../images/aboutbanner.jpg) no-repeat center top;height:300px;}
.newsbanner {position:relative;background:fixed url(../images/newsbanner.jpg) no-repeat center top;height:300px;}
.mapbanner {position:relative;background:fixed url(../images/mapbanner.jpg) no-repeat center top;height:300px;}
.cpbanner {position:relative;background:fixed url(../images/cpbanner.jpg) no-repeat center top;height:300px;}
.aboutbanner H3,.newsbanner H3,.mapbanner H3,.cpbanner H3 {color:#fff;font-size:25px;text-align:center;font-weight:normal;letter-spacing:10px;height:300px;line-height:300px;margin:0px;}
}


#pageabout1 {background:fixed url(../images/about1.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}
#pageabout2 {background:fixed url(../images/about2.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}
#pageabout3 {background:fixed url(../images/about3.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}
#pageabout4 {background:fixed url(../images/about7.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}
#pageabout5 {background:fixed url(../images/about5.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}
#pageabout6 {background:fixed url(../images/about6.jpg) no-repeat center top;background-size:cover;height:100vh;position:relative;}




.aboutwen1 {width:35%;position:absolute;top:30%;left:18%;}
.aboutwen1 p {color:#fff;line-height:170%;font-size:14px;padding-bottom:20px;}
.aboutwen1 i{padding-bottom:30px;clear:both;display:block;}


.aboutwen2 {width:28%;position:absolute;top:30%;right:18%;}
.aboutwen2 p {color:#fff;line-height:170%;font-size:14px;padding-bottom:20px;}
.aboutwen2 i{padding-bottom:30px;clear:both;display:block;}



.aboutwen3 {width:20%;position:absolute;top:30%;right:10%;}
.aboutwen3 p {color:#fff;line-height:170%;font-size:14px;padding-bottom:20px;}
.aboutwen3 i{padding-bottom:30px;clear:both;display:block;}



.aboutwen4 {width:800px;position:absolute;top:50%;color:#000;left:50%;margin-left:-400px;text-align:center;}
.aboutwen4 p span {display:block;font-size:30px;padding-bottom:20px;}




.aboutwen5 {position:absolute;top:35%;color:#fff;left:15%;}
.aboutwen5 p i {padding-bottom:30px;clear:both;display:block;}
.aboutwen5 p span {display:block;font-size:30px;padding-bottom:20px;}


.aboutwen6 {position:absolute;top:40%;color:#fff;left:12.5%;}

